home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / sun4.md / RCS / sigMach.h,v < prev    next >
Encoding:
Text File  |  1989-07-14  |  1.4 KB  |  72 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     89.07.14.09.29.17;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.01.25.13.36.48;  author mendel;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Sigmach.h for sun4.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @*** empty log message ***
  28. @
  29. text
  30. @/*
  31.  * sigMach.h --
  32.  *
  33.  *     Machine dependent data structures and procedure headers exported by the
  34.  *     the signal module.  These are are for the sparc hardware.
  35.  *
  36.  * Copyright (C) 1985, 1988 Regents of the University of California
  37.  * Permission to use, copy, modify, and distribute this
  38.  * software and its documentation for any purpose and without
  39.  * fee is hereby granted, provided that the above copyright
  40.  * notice appear in all copies.  The University of California
  41.  * makes no representations about the suitability of this
  42.  * software for any purpose.  It is provided "as is" without
  43.  * express or implied warranty.
  44.  *
  45.  * $Header: /sprite/src/lib/include/sun4.md/RCS/sigMach.h,v 1.1 89/01/25 13:36:48 mendel Exp Locker: rab $ SPRITE (Berkeley)
  46.  */
  47.  
  48. #ifndef _SIGMACH
  49. #define _SIGMACH
  50.  
  51. /*
  52.  * The different machine dependent codes for an illegal instruction signal
  53.  */
  54.  
  55.  
  56. #endif /* _SIGMACH */
  57. @
  58.  
  59.  
  60. 1.1
  61. log
  62. @Initial revision
  63. @
  64. text
  65. @d16 1
  66. a16 1
  67.  * $Header: sigMach.h,v 1.1 88/07/02 15:43:51 ouster Exp $ SPRITE (Berkeley)
  68. d27 1
  69. a27 1
  70. #endif _SIGMACH
  71. @
  72.